home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / Makedefs < prev    next >
Text File  |  1992-07-14  |  2KB  |  69 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. # system specific names:
  14. AR       = ar
  15. ARFLAGS  = r
  16. BACKUPS  = *.bak *~ \#* core
  17. CD       = cd
  18. COPY     = cp -p
  19. ECHO     = echo
  20. LIBPRE   = lib
  21. LIBSUF   = .a
  22. LN       = ln -s
  23. LD       = ld
  24. LDFLAGS  = -dc -assert pure-text
  25. MACHINE  = sparc
  26. MAKE     = make
  27. MKDEPEND = makedepend 
  28. MLIBNAME = m
  29. MV       = mv
  30. PURIFY   = #purify
  31. RANLIB   = ranlib
  32. RM       = rm -f
  33. SEARCH   = grep 
  34. TARGET   =
  35. TLIBNAME = MISC
  36.  
  37. # directory structure
  38. TOP      = /home/etamin/u0/nguyen/cool
  39. BINDIR   = $(TOP)/bin
  40. INCDIR   = $(TOP)/include
  41. LIBDIR   = $(TOP)/lib/$(MACHINE)
  42.  
  43. #CCFLAGS  = -c -O -v +w
  44. CCFLAGS  = -c -g 
  45. DEFINES  = -Dvolatile= -D$(MACHINE) -DERROR_CHECKING # -DDOS -DM_XENIX
  46. CINCDIR  = /usr/include
  47. INCLUDES = -I$(INCDIR) -I$(CCINCDIR) -I$(CINCDIR)
  48. LIBRARYS = -L$(LIBDIR) -L$(SLIBDIR) -l$(LIBNAME) -l$(TLIBNAME) -l$(MLIBNAME)
  49.  
  50.  
  51. # 1. Use AT&T/SUN 2.1 C++, with cpp replaced by $(TOP)/bin/cpp
  52. #
  53. #CC       = /home/sol/u1/farleyja/CC_2.1/CC
  54. CC        = CC
  55. CCINCDIR = /usr/lang/SC1.0/include/CC
  56. SLIBDIR  = /usr/lang/SC1.0
  57.  
  58.  
  59.  
  60. # 2. Use these definitions for CenterLine C++
  61. #
  62. #CCDRIVER = /home/oceana/software/CenterLine/bin/CC
  63. #CC       = cppC=$(BINDIR)/cpp ; export cppC ; $(CCDRIVER)
  64. #CCINCDIR = /home/oceana/software/CenterLine/c++_1.1.0-r1.0/sun4-40/include
  65. #SLIBDIR  = /home/oceana/software/CenterLine/c++_1.1.0-r1.0/sun4-40/lib
  66.  
  67.  
  68.  
  69.